projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
62acd6e
8e6ffa5
)
Auto merge of #3929 - Xion:master, r=alexcrichton
author
bors
<bors@rust-lang.org>
Mon, 15 May 2017 18:34:40 +0000
(18:34 +0000)
committer
bors
<bors@rust-lang.org>
Mon, 15 May 2017 18:34:40 +0000
(18:34 +0000)
Allow cargo:rustc-env in build scripts
This is an attempt to address issue #2875. Basically, I'm trying to allow build scripts to produce`cargo:rustc-env=FOO=foo` lines in their output. These are then translated to `env!()`-friendly env. vars that rustc is run with.
1
2
src/cargo/ops/cargo_compile.rs
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
src/cargo/ops/cargo_compile.rs
Simple merge